home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / rocket_launcher.swf / scripts / DefineSprite_299 / frame_10 / DoAction.as
Text File  |  2006-01-17  |  114b  |  9 lines

  1. if(eval("../../:score5") < tempScore)
  2. {
  3.    tellTarget("submit")
  4.    {
  5.       gotoAndStop(2);
  6.    }
  7. }
  8. stop();
  9.